Folium Demo¶
InĀ [1]:
Copied!
import portgeo.foliumap as portgeo
import portgeo.foliumap as portgeo
InĀ [2]:
Copied!
m = portgeo.Map()
url = "https://github.com/opengeos/datasets/releases/download/world/continents.geojson"
m.add_geojson(url, name="continents")
m.add_layer_control()
m
m = portgeo.Map()
url = "https://github.com/opengeos/datasets/releases/download/world/continents.geojson"
m.add_geojson(url, name="continents")
m.add_layer_control()
m
Out[2]:
Make this Notebook Trusted to load map: File -> Trust Notebook
InĀ [3]:
Copied!
m = portgeo.Map()
m.add_split_map()
m
m = portgeo.Map()
m.add_split_map()
m
Out[3]:
Make this Notebook Trusted to load map: File -> Trust Notebook